<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (min-width:769px){

#toolbar{display: none; 
}
#wxnr{display: none; 
}
#weixin{display: none; 
}
}

@media (max-width: 768px) {  
/* 氓路楼氓鈥β访β犅� */
#toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 888;
    height: 1rem;
    left: 0;
}

#toolbar .list {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #ed1a17;
}

#toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
}

#toolbar .list li a {
    display: block;
    height: 1.2rem;
    line-height: 0.24rem;
    font-size: 0.22rem;
    color: #fff;
    padding-top: 0.15rem;
    width: 99%;
    margin: 0 auto;
    border-right: 1px #f49555 solid;
}

#toolbar .list li:last-child a {
    border-right: 0;
    width: 100%;
}

#toolbar .list a.hover {
    background: #ed1a17;
}

#toolbar .list a i {
    margin-left: auto;
    margin-right: auto;
    width: 0.42rem;
    height: 0.46rem;
    display: block;
    background-size: 5rem auto;
    font-size: 0.4rem;
}

#toolbar .list a span {
    text-align: center;
    line-height: 0.35rem;
    display: block;
}

.xbg {
    width: 100%;
    display: block;
    position: fixed;
    height: 1.05rem;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 880;
}

#toolbar .list a i span {
    color: #fff;
    padding-top: .9rem;
    text-transform: initial;
    font-style: normal;
}

/*氓戮庐盲驴隆氓录鹿莽陋鈥�*/
#wxnr {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0,0,0,.6);
}

#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    padding: 0.3rem;
    padding-top: 0.6rem;
    margin-top: -2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}

#wxnr img {
    width: 2.3rem;
    height: 2.3rem;
    display: block;
    margin: 0 auto;
}

#wxnr p {
    font-size: 0.24rem;
    line-height: 0.45rem;
    text-align: center;
}

#wxnr i {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}

#wxnr span {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    line-height: 0.35rem;
    background-color: #ed1a17;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

#wxnr span.wx {
    padding-left: 0.4rem;
    background-image: url(../images/wx.png);
    background-size: 0.28rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
}

/*氓陇聧氓藛露忙聫聬莽陇潞*/
#weixin {
    position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    font-size: 0.26rem;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 0.8rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 0.1rem;
    display: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
}</pre></body></html>